Bitcoin Forum
June 21, 2024, 09:02:08 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 ... 77 »
  Print  
Author Topic: [ANN] Cannabis Industry Coin XCI anon blockchain for the legal marijuana.GUI UPD  (Read 79769 times)
LeChuckDE
Sr. Member
****
Offline Offline

Activity: 420
Merit: 252



View Profile
October 24, 2016, 07:40:36 AM
 #281

There is a "bug" in the simplewallet ... ported 1 to 1 from bitcoin source ...
RPC-JSON sendstransaction should reply with  <txID>, but it replies with txID (<> missing).
Due this the pool sendtransaction failed.
Corrected this bug and now pool runs fine and stable, payouts are resumed

xci.poolcoin.biz
AcidMiner
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 24, 2016, 07:54:00 AM
 #282

Hello again,

Twitter and Facebook accounts are available now.

Twitter: https://twitter.com/AcidMinerPool

Facebook: https://facebook.com/AcidminerPools

If you need instant support please use the Chat on the Facebook Page.
Today I have begun to promote XCI on Social Media!
Please add me as a friend and follow me on Facebook and Twitter, only together we are strong!

FB and Twitter Artwork will be added later, need some good ideas. But first I'll work on a XCI Logo.




XCICOIN (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
October 24, 2016, 08:46:26 AM
 #283

There is a "bug" in the simplewallet ... ported 1 to 1 from bitcoin source ...
RPC-JSON sendstransaction should reply with  <txID>, but it replies with txID (<> missing).
Due this the pool sendtransaction failed.
Corrected this bug and now pool runs fine and stable, payouts are resumed

xci.poolcoin.biz

Can you explain the bug? XCI is not a Bitcoin fork.

CANNABIS INDUSTRY COIN - XCI - NEW
XCICOIN.ORG
XCICOIN (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
October 24, 2016, 08:52:50 AM
 #284

Block 6000.
About 720 blocks/24h, block reward is about 9,7XCI. About 7000XCI/24 hours. XCI price now is 0.00005000, XCI network produces +0,35BTC of value/24 hours. Network hashrate is 110kh/s.

XCI
110kh/s 24h about 0.35BTC

XMR
110 kh/s 24h about 0.24BTC

Plant a seed and watch it Grow. Next - blockchain explorer and logo design.

CANNABIS INDUSTRY COIN - XCI - NEW
XCICOIN.ORG
LeChuckDE
Sr. Member
****
Offline Offline

Activity: 420
Merit: 252



View Profile
October 24, 2016, 09:50:56 AM
 #285

There is a "bug" in the simplewallet ... ported 1 to 1 from bitcoin source ...
RPC-JSON sendstransaction should reply with  <txID>, but it replies with txID (<> missing).
Due this the pool sendtransaction failed.
Corrected this bug and now pool runs fine and stable, payouts are resumed

xci.poolcoin.biz

Can you explain the bug? XCI is not a Bitcoin fork.

the wallet source based on the original bitcoind source... (gone due many many hands)
up to version 1.02 the rpc reply for TX was like Data:"<.....TXID.....>"
in Version 1.03 there was a bug and the rpc reply for tx missed <> so that the reply looks like Data:".......TXID........"

modified the poolsoftware to check if <> is present and when it is so then strip them away and the work with the TXID....
Due this the payment could not be send because the txid wasn't correctly

cryptomone
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
October 24, 2016, 01:03:05 PM
 #286

My pool still has problems when sending payments.

The pool sends the following RPC command to the pool wallet RPC interface:

{"id":"0","jsonrpc":"2.0","method":"transfer","params":{"destinations":[{"amount":1000000000,"address":"ADDR"}],"fee":3000000,"mixin":0,"unlock_time":0}}

Then the daemon prints these errors:

INFO Failed to check ring signature for tx <d79b5229925257313e1d795010f7cca62ac0de670f27b63e939b5fdb683da4b9>
INFO tx used wrong inputs, rejected
ERROR Transaction verification failed: <d79b5229925257313e1d795010f7cca62ac0de670f27b63e939b5fdb683da4b9>
INFO [on_send_raw_tx]: Failed to process tx

and the wallet RPC response is:

{"code":-4,"message":"Internal node error"}

My payment configuration is as follows:

"payments": {
        "enabled": false,
        "interval": 600,
        "maxAddresses": 50,
        "mixin": 0,
        "transferFee": 3000000,
        "minPayment":  1000000000,
        "maxTransactionAmount": 0,
        "denomination": 100000000
    },

Is there something wrong Huh
LeChuckDE
Sr. Member
****
Offline Offline

Activity: 420
Merit: 252



View Profile
October 24, 2016, 01:07:27 PM
 #287

My pool still has problems when sending payments.

The pool sends the following RPC command to the pool wallet RPC interface:

{"id":"0","jsonrpc":"2.0","method":"transfer","params":{"destinations":[{"amount":1000000000,"address":"ADDR"}],"fee":3000000,"mixin":0,"unlock_time":0}}

Then the daemon prints these errors:

INFO Failed to check ring signature for tx <d79b5229925257313e1d795010f7cca62ac0de670f27b63e939b5fdb683da4b9>
INFO tx used wrong inputs, rejected
ERROR Transaction verification failed: <d79b5229925257313e1d795010f7cca62ac0de670f27b63e939b5fdb683da4b9>
INFO [on_send_raw_tx]: Failed to process tx

and the wallet RPC response is:

{"code":-4,"message":"Internal node error"}

My payment configuration is as follows:

"payments": {
        "enabled": false,
        "interval": 600,
        "maxAddresses": 50,
        "mixin": 0,
        "transferFee": 3000000,
        "minPayment":  1000000000,
        "maxTransactionAmount": 0,
        "denomination": 100000000
    },

Is there something wrong Huh

have you read my posting above yours ?
same issue .... modify poolcode to strip <> from TXID and let them work with TXID without <>
cryptomone
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
October 24, 2016, 01:15:31 PM
Last edit: October 24, 2016, 01:29:35 PM by cryptomone
 #288

My pool still has problems when sending payments.

The pool sends the following RPC command to the pool wallet RPC interface:

{"id":"0","jsonrpc":"2.0","method":"transfer","params":{"destinations":[{"amount":1000000000,"address":"ADDR"}],"fee":3000000,"mixin":0,"unlock_time":0}}

Then the daemon prints these errors:

INFO Failed to check ring signature for tx <d79b5229925257313e1d795010f7cca62ac0de670f27b63e939b5fdb683da4b9>
INFO tx used wrong inputs, rejected
ERROR Transaction verification failed: <d79b5229925257313e1d795010f7cca62ac0de670f27b63e939b5fdb683da4b9>
INFO [on_send_raw_tx]: Failed to process tx

and the wallet RPC response is:

{"code":-4,"message":"Internal node error"}

My payment configuration is as follows:

"payments": {
        "enabled": false,
        "interval": 600,
        "maxAddresses": 50,
        "mixin": 0,
        "transferFee": 3000000,
        "minPayment":  1000000000,
        "maxTransactionAmount": 0,
        "denomination": 100000000
    },

Is there something wrong Huh

have you read my posting above yours ?
same issue .... modify poolcode to strip <> from TXID and let them work with TXID without <>

I got it working!!
Thanks for replying, but that was not the problem I was having..

I was using an old .wallet file, So I opened it with simplewallet and made a reset.

Now payments are working!

I am lowering the pool fee to 1% if anyone are interested!

EDIT: The pool is https://xci.frewns.com
AcidMiner
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 24, 2016, 02:35:30 PM
 #289

I have to announce a small bug fix too.
On my pool the getting started section was affected by tiny typo, this has been caused a broken getting started page.
The mining port section was not loaded correctly.
This bug has been solved now!
LeChuckDE
Sr. Member
****
Offline Offline

Activity: 420
Merit: 252



View Profile
October 24, 2016, 03:33:30 PM
 #290

How to deposit at cryptopia with cmdline wallet ?
use this cmd to send :

transfer 0 1HMLFTL7jMqVFmcfXLJr......SLegXYqJ2sJ8rJ 1

list_transfers shows :

2016-10-24 15:18:48  2f84fdc65a....25ea1da72 -1.00100000      0.00100000     6287            0   transfers: 1HMLFTL7jMqVFmcfXLJr......SLegXYqJ2sJ8rJ            1.00000000

But still not showen ... something special at deposits to cryptopia ?
Send between wallets works well
ROBERTO
Legendary
*
Offline Offline

Activity: 1421
Merit: 1001


View Profile
October 24, 2016, 03:49:07 PM
 #291

How to deposit at cryptopia with cmdline wallet ?
use this cmd to send :

transfer 0 1HMLFTL7jMqVFmcfXLJr......SLegXYqJ2sJ8rJ 1

list_transfers shows :

2016-10-24 15:18:48  2f84fdc65a....25ea1da72 -1.00100000      0.00100000     6287            0   transfers: 1HMLFTL7jMqVFmcfXLJr......SLegXYqJ2sJ8rJ            1.00000000

But still not showen ... something special at deposits to cryptopia ?
Send between wallets works well

Don't forget the Payment_ID or you are not credited on cryptopia
slb
Hero Member
*****
Offline Offline

Activity: 598
Merit: 501


View Profile WWW
October 24, 2016, 05:52:52 PM
 #292

Hello,
I launched a XCI pool at Democats.
http://democats.org/pool/?name=xcicoin

There is also a block explorer. If you want to support the block explorer or there is a bounty for it, please donate here:
http://democats.org/blockchain/?name=xcicoin

XCI:
Quote
1D8rYP4KgPxi9PBQhpTHnCEHzcUnXVX6475oUUSfXsygLKFcjG9Vg8x8iTYAwjsaX8cyPhHx4j63n26 PmBnNBD6R3KGMCih
BTC:
Quote
1C9DwzycKoj23jn9sAbJSfAyhBeNjCdvEf

I am also developing a web wallet for cryptonote coins. If there is interest in one for XCI please contact me

Forknote (create cryptocurrenies easy) - https://bitcointalk.org/index.php?topic=1079306.0
Dashcoin (anonymous cryptocurrency) - https://bitcointalk.org/index.php?topic=1020627.0
LeChuckDE
Sr. Member
****
Offline Offline

Activity: 420
Merit: 252



View Profile
October 24, 2016, 06:33:31 PM
Last edit: October 24, 2016, 06:51:09 PM by LeChuckDE
 #293

How to deposit at cryptopia with cmdline wallet ?
use this cmd to send :

transfer 0 1HMLFTL7jMqVFmcfXLJr......SLegXYqJ2sJ8rJ 1

list_transfers shows :

2016-10-24 15:18:48  2f84fdc65a....25ea1da72 -1.00100000      0.00100000     6287            0   transfers: 1HMLFTL7jMqVFmcfXLJr......SLegXYqJ2sJ8rJ            1.00000000

But still not showen ... something special at deposits to cryptopia ?
Send between wallets works well

Don't forget the Payment_ID or you are not credited on cryptopia

how to provide the payment id with the wallet id ?
<walletid>.<payment id> ? or how ?

got it ---- should be an additional info at wallet help ...

Syntax :

transfer  <maxin>  <BaseAddress>  <Amount>  -p <Payment ID>
atithasos
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile WWW
October 24, 2016, 06:49:31 PM
 #294

Hello,
I launched a XCI pool at Democats.
http://democats.org/pool/?name=xcicoin

There is also a block explorer. If you want to support the block explorer or there is a bounty for it, please donate here:
http://democats.org/blockchain/?name=xcicoin

XCI:
Quote
1D8rYP4KgPxi9PBQhpTHnCEHzcUnXVX6475oUUSfXsygLKFcjG9Vg8x8iTYAwjsaX8cyPhHx4j63n26 PmBnNBD6R3KGMCih
BTC:
Quote
1C9DwzycKoj23jn9sAbJSfAyhBeNjCdvEf

I am also developing a web wallet for cryptonote coins. If there is interest in one for XCI please contact me

Great to have you here! Thanks for your services...

BTC: 18Kz4PHHNaRndxUhsCU6wWSpNjkucPuF7S
atithasos
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile WWW
October 24, 2016, 06:51:05 PM
 #295

How to deposit at cryptopia with cmdline wallet ?
use this cmd to send :

transfer 0 1HMLFTL7jMqVFmcfXLJr......SLegXYqJ2sJ8rJ 1

list_transfers shows :

2016-10-24 15:18:48  2f84fdc65a....25ea1da72 -1.00100000      0.00100000     6287            0   transfers: 1HMLFTL7jMqVFmcfXLJr......SLegXYqJ2sJ8rJ            1.00000000

But still not showen ... something special at deposits to cryptopia ?
Send between wallets works well

Don't forget the Payment_ID or you are not credited on cryptopia

how to provide the payment id with the wallet id ?
<walletid>.<payment id> ? or how ?

You can simple type help in your simplewallet
or else at the end
-p paymentid

BTC: 18Kz4PHHNaRndxUhsCU6wWSpNjkucPuF7S
LeChuckDE
Sr. Member
****
Offline Offline

Activity: 420
Merit: 252



View Profile
October 24, 2016, 06:51:42 PM
Last edit: October 24, 2016, 07:06:02 PM by LeChuckDE
 #296

How to deposit at cryptopia with cmdline wallet ?
use this cmd to send :

transfer 0 1HMLFTL7jMqVFmcfXLJr......SLegXYqJ2sJ8rJ 1

list_transfers shows :

2016-10-24 15:18:48  2f84fdc65a....25ea1da72 -1.00100000      0.00100000     6287            0   transfers: 1HMLFTL7jMqVFmcfXLJr......SLegXYqJ2sJ8rJ            1.00000000

But still not showen ... something special at deposits to cryptopia ?
Send between wallets works well

Don't forget the Payment_ID or you are not credited on cryptopia

how to provide the payment id with the wallet id ?
<walletid>.<payment id> ? or how ?

You can simple type help in your simplewallet
or else at the end
-p paymentid

see my edit ... it isn't in the help ...

in Linux Simple-Wallet it is showen in windows simple - prebuild wallet not
XCICOIN (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
October 24, 2016, 07:45:06 PM
 #297

Hello,
I launched a XCI pool at Democats.
http://democats.org/pool/?name=xcicoin

There is also a block explorer. If you want to support the block explorer or there is a bounty for it, please donate here:
http://democats.org/blockchain/?name=xcicoin

XCI:
Quote
1D8rYP4KgPxi9PBQhpTHnCEHzcUnXVX6475oUUSfXsygLKFcjG9Vg8x8iTYAwjsaX8cyPhHx4j63n26 PmBnNBD6R3KGMCih
BTC:
Quote
1C9DwzycKoj23jn9sAbJSfAyhBeNjCdvEf

I am also developing a web wallet for cryptonote coins. If there is interest in one for XCI please contact me

Thank you, absolutely wonderful, will donate you 1000 XCI for the first XCI blockchain explorer. Keep going!

CANNABIS INDUSTRY COIN - XCI - NEW
XCICOIN.ORG
XCICOIN (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
October 24, 2016, 07:56:48 PM
 #298

how to provide the payment id with the wallet id ?

Hello, if you use simplewallet (Windowns or Linux) you can type the help command:
Code:
help
And see your XCI simplewallet commands:
Quote
Commands:
  address              Show current wallet public address
  balance              Show current wallet balance
  bc_height            Show blockchain height
  exit                 Close wallet
  help                 Show this help
  incoming_transfers   Show incoming transfers
  list_transfers       Show all known transfers
  payments             payments <payment_id_1> [<payment_id_2> ... <payment_id_N>] - Show payments <payment_id_1>, ... <payment_id_N>
  reset                Discard cache data and start synchronizing from the start
  save                 Save wallet synchronized data
  set_log              set_log <level> - Change current log level, <level> is a number 0-4
  start_mining         start_mining [<number_of_threads>] - Start mining in daemon
  stop_mining          Stop mining in daemon
  transfer             transfer <mixin_count> <addr_1> <amount_1> [<addr_2> <amount_2> ... <addr_N> <amount_N>] [-p payment_id] [-f fee] - Transfer <amount_1>,... <amount_N> to <address_1>,... <address_N>, respectively. <mixin_count> is the number of transactions yours is indistinguishable from (from 0 to maximum available)

If you need to transfer with payment id:
Code:
transfer 0 1HMLFTL7jMqVFmcfXLJr......SLegXYqJ2sJ8rJ 10 -p payments_id

CANNABIS INDUSTRY COIN - XCI - NEW
XCICOIN.ORG
XCICOIN (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
October 24, 2016, 08:08:26 PM
 #299

http://xci.acidminer.org/ xcicoind daemon seems to be down.
His Blockchain Height: 6352

Network  Blockchain Height: 6355
Acidminer, please, restart your daemon, miners better change pool before restart.

CANNABIS INDUSTRY COIN - XCI - NEW
XCICOIN.ORG
cryptomone
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
October 24, 2016, 08:35:59 PM
 #300

http://xci.acidminer.org/ xcicoind daemon seems to be down.
His Blockchain Height: 6352

Network  Blockchain Height: 6355
Acidminer, please, restart your daemon, miners better change pool before restart.


Thats why we need to diversify our mining pools.

I am lowering the pool fee of the https://xci.frewns.com to 0.5% to stimulate new miners.

Thanks!

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 ... 77 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!