Bitcoin Forum
June 16, 2024, 09:40:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Did you already swap?
Yes - 7 (43.8%)
No - 9 (56.3%)
Total Voters: 16

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 66 67 68 69 70 71 72 73 74 75 76 77 ... 235 »
  Print  
Author Topic: [ANN][AMS] AmsterdamCoin™ | 100% PoS, Cold-Staking, Side-Chains, Smart-Contracts  (Read 272257 times)
buzztiaan
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
November 02, 2015, 10:34:10 AM
 #521

Compilation of new wallet failing
Are you expecting me to install secp256k1 systemwide from src/secp256k1 ? Seems a bit odd ..

Or you can link the src/secp256k1 if you do not want to install it system wide

Code:
#ifdef USE_SECP256K1
#include <secp256k1.h>
#endif

Does this actually say its optional? Couldn't i just disable it then?
keesdewit (OP)
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
November 02, 2015, 10:35:22 AM
 #522

Compilation of new wallet failing
Are you expecting me to install secp256k1 systemwide from src/secp256k1 ? Seems a bit odd ..

Or you can link the src/secp256k1 if you do not want to install it system wide

Code:
#ifdef USE_SECP256K1
#include <secp256k1.h>
#endif

Does this actually say its optional? Couldn't i just disable it then?

If you do like "USE_SECP256K1=-" then it would be disabled

buzztiaan
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
November 02, 2015, 10:41:37 AM
 #523

If you do like "USE_SECP256K1=-" then it would be disabled

I removed DEFS += -DUSE_SECP256K1 from the makefile.unix
keesdewit (OP)
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
November 02, 2015, 10:43:43 AM
 #524

If you do like "USE_SECP256K1=-" then it would be disabled

I removed DEFS += -DUSE_SECP256K1 from the makefile.unix


And now it compiles?

buzztiaan
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
November 02, 2015, 10:48:26 AM
 #525

And now it compiles?

Yes, looking good, at least didn't error yet Wink
BitHappy24
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
November 02, 2015, 10:55:00 AM
 #526

ohh really nice concept, i love it

keep us updated  Smiley
buzztiaan
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
November 02, 2015, 10:56:54 AM
 #527

Code:
    "version" : "v2.0.0.0-gc6b5a26",
    "protocolversion" : 61401,
    "walletversion" : 60000,

yay, but no dnsseed? anyone have some nodes on the new chain?
keesdewit (OP)
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
November 02, 2015, 11:01:55 AM
 #528

Code:
    "version" : "v2.0.0.0-gc6b5a26",
    "protocolversion" : 61401,
    "walletversion" : 60000,

yay, but no dnsseed? anyone have some nodes on the new chain?

The seed node is running:

{
    "version" : "v2.0.0.0-gc6b5a26",
    "protocolversion" : 61401,
    "walletversion" : 60000,
    "balance" : 3361.20000200,
    "newmint" : 780.70000000,
    "stake" : 0.00000000,
    "blocks" : 1040,
    "timeoffset" : 1,
    "moneysupply" : 15010390.00000000,
    "connections" : 10,
    "proxy" : "",
    "ip" : "81.169.137.12",
    "difficulty" : {
        "proof-of-work" : 0.70897702,
        "proof-of-stake" : 0.00001526
    },
    "testnet" : false,
    "keypoololdest" : 1446393688,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000100,
    "mininput" : 0.00000000,
    "errors" : ""
}

buzztiaan
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
November 02, 2015, 11:03:03 AM
 #529

Yes, could you give some ips for nodes then? ^_^

Nevermind! Added your seednodeip and nodes flushed in Smiley Doing coinswap dance now.
Zeta0S
Legendary
*
Offline Offline

Activity: 1890
Merit: 1031


View Profile
November 02, 2015, 11:08:42 AM
 #530

Why can i not send all my funds to yobit?
I get errors, and the wallet do not send the coins.


Get a HUGE 3% discount with promo code: MOON @ Genesis Mining
https://www.genesis-mining.com
keesdewit (OP)
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
November 02, 2015, 11:10:24 AM
 #531

Why can i not send all my funds to yobit?
I get errors, and the wallet do not send the coins.


Old or new wallet? If the old wallet: Try to send smaller pieces

keesdewit (OP)
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
November 02, 2015, 11:21:48 AM
 #532

Why can i not send all my funds to yobit?
I get errors, and the wallet do not send the coins.



Can you go to Settings->Options and then the tab "Interface" and then check "Coin control features"

After that go to "Send" and then the button "Inputs"

Does it show many small amounts?

buzztiaan
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
November 02, 2015, 11:22:46 AM
 #533

What's the new block time? still 1 minute? looking to be a very long minute now Cheesy
Zeta0S
Legendary
*
Offline Offline

Activity: 1890
Merit: 1031


View Profile
November 02, 2015, 11:24:17 AM
 #534

Why can i not send all my funds to yobit?
I get errors, and the wallet do not send the coins.


Old or new wallet? If the old wallet: Try to send smaller pieces

Old wallet.
First 50.000 still worked, than 30.000, now 10.000 is a problem.
Seems some kind of sending limit.

Get a HUGE 3% discount with promo code: MOON @ Genesis Mining
https://www.genesis-mining.com
keesdewit (OP)
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
November 02, 2015, 11:32:51 AM
 #535

Why can i not send all my funds to yobit?
I get errors, and the wallet do not send the coins.


Old or new wallet? If the old wallet: Try to send smaller pieces

Old wallet.
First 50.000 still worked, than 30.000, now 10.000 is a problem.
Seems some kind of sending limit.

Please perform the steps above and show me the result

keesdewit (OP)
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
November 02, 2015, 11:34:42 AM
 #536

What's the new block time? still 1 minute? looking to be a very long minute now Cheesy

Block time is 1 minute

buzztiaan
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
November 02, 2015, 11:38:20 AM
 #537

Current block (1040) is over 30 minutes already....
keesdewit (OP)
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
November 02, 2015, 11:44:05 AM
 #538

Current block (1040) is over 30 minutes already....

It means that one large miner stopped mining and the difficulty remains.

buzztiaan
Member
**
Offline Offline

Activity: 148
Merit: 10


View Profile
November 02, 2015, 11:44:55 AM
 #539

And just jumped 4 block, and pow diff dropped from 0.7 to 0.02 ..

Any pow pool yet? altminers.com seems offline?
Zeta0S
Legendary
*
Offline Offline

Activity: 1890
Merit: 1031


View Profile
November 02, 2015, 11:46:34 AM
 #540

Why can i not send all my funds to yobit?
I get errors, and the wallet do not send the coins.


Old or new wallet? If the old wallet: Try to send smaller pieces

Old wallet.
First 50.000 still worked, than 30.000, now 10.000 is a problem.
Seems some kind of sending limit.

Please perform the steps above and show me the result
If i send 15000 the wallet seems to crash, but its sending the coins. Will take up to 3 minutes for i can send the next 15000 coins.
Would it not be possible to send larger amounts?

Now 10.000 is the sending limit. This is not gonna work to transfer all my coins Cry
Made a small script (tasker) thats gonna do all the manual sending 1000AMS the next view hours.

Get a HUGE 3% discount with promo code: MOON @ Genesis Mining
https://www.genesis-mining.com
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 66 67 68 69 70 71 72 73 74 75 76 77 ... 235 »
  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!