mirror of
https://github.com/Retropex/Bitcoin-store.git
synced 2025-05-12 19:00:42 +02:00
16 lines
382 B
JSON
16 lines
382 B
JSON
{
|
|
"bitcoind":{
|
|
"rpcuser": "enter your bitcoin RPC user",
|
|
"rpcpassword": "enter your bitcoin RPC addres",
|
|
"rpcurl": "172.17.0.1:8332"
|
|
},
|
|
"api":{
|
|
"listen_port": 21000
|
|
},
|
|
"mining":{
|
|
"pool_address": "enter your bitcoin address",
|
|
"coinbase_tag_primary": "enter your block tag",
|
|
"coinbase_unique_id": 1
|
|
}
|
|
}
|