Pages:
Author

Topic: [ANN][AMS] AmsterdamCoin™ | 100% PoS, Masternodes, Obfuscation, Seesaw - page 17. (Read 272300 times)

hero member
Activity: 1862
Merit: 590
I was coming here to ask about this zerocoin exploit as I saw one of the PIVX devs post this in a few discord servers that use this feature. Its good to know that AMS wasn't exploited by this issue. Hopefully they have a wallet fix soon for this, thanks for the update Kees.
copper member
Activity: 1024
Merit: 513
txbit.io - cryptocurrency exchange
Important announcement (March 15, 2019)

We have put zAMS (zerocoin) into maintenance mode due to a newly reported exploit found by the Pivx team.

We can confirm that AmsterdamCoin was not exploited during this time. zAMS will be re-enabled when a wallet update is released.

Read more details here: https://medium.com/@dev.pivx/report-wrapped-serials-attack-5f4bf7b51701
member
Activity: 274
Merit: 26
There are two promising decentralised exchanges:
- Snode exchange: https://exchange.snode.co/
- Cryptrade exchange: http://dex.cryptrade.io/market/
The Amsterdam team can make a quick investigation on these two exchanges, to see whether they are relevant for current phase of Amsterdam project or not.
If they are suitable (in aspect of listing fees), listing request should be sent ASAP.
member
Activity: 238
Merit: 10
Hey guys!
AMS has been added to TXBIT.io exchange.
Have a nice trading!
newbie
Activity: 25
Merit: 0
I used to have some of these coins. I came back to see what's going on. Why is the trading volume absolutely zero? No interest or yobit is again not letting people to deposit/withdraw?

I was considering to buy some to start a MN which is as cheap as $30 at the moment. Which is too cheap for me to ignore. Wink I wish it had some volume. Even $500/day would suffice. But then a MN wouldn't cost $30...

Let`s not forget the Scam they pulled when Amsterdam coin changed chains.

Dev kess is an honest man. Any project can encounter problems, but he is still close.

The bear market will end, many altcoins will increase again.

Surely AMS will be among them.
legendary
Activity: 3276
Merit: 2442
I used to have some of these coins. I came back to see what's going on. Why is the trading volume absolutely zero? No interest or yobit is again not letting people to deposit/withdraw?

I was considering to buy some to start a MN which is as cheap as $30 at the moment. Which is too cheap for me to ignore. Wink I wish it had some volume. Even $500/day would suffice. But then a MN wouldn't cost $30...

Let`s not forget the Scam they pulled when Amsterdam coin changed chains.

I am not aware of it. I wasn't reading the thread for many months maybe a year. (maybe longer) If they did something like you said then it is better to stay away.
legendary
Activity: 1890
Merit: 1031
I used to have some of these coins. I came back to see what's going on. Why is the trading volume absolutely zero? No interest or yobit is again not letting people to deposit/withdraw?

I was considering to buy some to start a MN which is as cheap as $30 at the moment. Which is too cheap for me to ignore. Wink I wish it had some volume. Even $500/day would suffice. But then a MN wouldn't cost $30...

Let`s not forget the Scam they pulled when Amsterdam coin changed chains.
legendary
Activity: 3276
Merit: 2442
I used to have some of these coins. I came back to see what's going on. Why is the trading volume absolutely zero? No interest or yobit is again not letting people to deposit/withdraw?

I was considering to buy some to start a MN which is as cheap as $30 at the moment. Which is too cheap for me to ignore. Wink I wish it had some volume. Even $500/day would suffice. But then a MN wouldn't cost $30...
newbie
Activity: 641
Merit: 0
https://altmarkets.io/voting Nice exchanger

Every Wednesday we pick the most voted coin. The is no minimum vote count. Only one coin is selected from the consideration list, votes are cumulative. To vote please send Bitcoin to the vote address.

1 vote = 0.0001 BTC. Click here to add your coin!

Vote AMS AmsterdamCoin 16UYbykPzg3JtYXmvUrDEM6PCzJ6B9E3ag   
newbie
Activity: 641
Merit: 0
Yea, we should get Amsterdamcoin on Amsterdex.com. Makes sense Smiley

https://altmarkets.io  listing fee 0.02 btc for one market

0.025 for 2 markets . btc plus doge or litecoin dash

new UK base exchanger
newbie
Activity: 91
Merit: 0
Yea, we should get Amsterdamcoin on Amsterdex.com. Makes sense Smiley
member
Activity: 130
Merit: 10
hero member
Activity: 534
Merit: 500
Does someone know if there is a discord channel for AMS?
newbie
Activity: 18
Merit: 0
Thanks for response.
I got it working finally.
newbie
Activity: 83
Merit: 0
Can Any one confirm this about running a master node:

I have 2 wallets: wallet 1 have 150000 Coins. In wallet 1 i created MN1 receiving address and sent exactly 100000 coins to that address.

Now

In wallet 2, in config file (amsterdamcoin.conf) the below details are entered

Code:
rpcuser=user
rpcpassword=password@1
listen=1
port=50020
masternode=1
masternodeprivkey=87VxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxG2 (key generated in wallet 1 with command masternode genkey)

in masternode.conf file the below details are entered

Code:
MN1 xxx.xxx.xxx.xxx:50020 {key generated in wallet 1 with command masternode genkey} {Transaction ID from wallet 1 100000 coins sent to MN1} 0

Now I tried to start master node from wallet 2. But, it is giving error as "cannot allocate vin"

what might be the issue? am i doing it correct?

"Could not allocate vin" usually means that coins for this masternode are not in the wallet you trying to send start-alias command from. Make sure wallet is fully synced or masternode collateral is not exactly 100000 AMS. You must create a new transaction sending EXACTLY 100000 AMS to your masternode alias.
To see how to access Coin Control for details on your masternode collateral, visit Coin Control Options

maybe this can help you
https://solaris.helpsite.com/articles/24859-issues-with-masternodes

One clarification; from where do i need to send start alias command from wallet 1 (where the coins present) or wallet 2 (which Im planning run as master node)?



From wallet 1 which has the address 100000 AMS
newbie
Activity: 18
Merit: 0
Can Any one confirm this about running a master node:

I have 2 wallets: wallet 1 have 150000 Coins. In wallet 1 i created MN1 receiving address and sent exactly 100000 coins to that address.

Now

In wallet 2, in config file (amsterdamcoin.conf) the below details are entered

Code:
rpcuser=user
rpcpassword=password@1
listen=1
port=50020
masternode=1
masternodeprivkey=87VxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxG2 (key generated in wallet 1 with command masternode genkey)

in masternode.conf file the below details are entered

Code:
MN1 xxx.xxx.xxx.xxx:50020 {key generated in wallet 1 with command masternode genkey} {Transaction ID from wallet 1 100000 coins sent to MN1} 0

Now I tried to start master node from wallet 2. But, it is giving error as "cannot allocate vin"

what might be the issue? am i doing it correct?

"Could not allocate vin" usually means that coins for this masternode are not in the wallet you trying to send start-alias command from. Make sure wallet is fully synced or masternode collateral is not exactly 100000 AMS. You must create a new transaction sending EXACTLY 100000 AMS to your masternode alias.
To see how to access Coin Control for details on your masternode collateral, visit Coin Control Options

maybe this can help you
https://solaris.helpsite.com/articles/24859-issues-with-masternodes

One clarification; from where do i need to send start alias command from wallet 1 (where the coins present) or wallet 2 (which Im planning run as master node)?

newbie
Activity: 83
Merit: 0
Can Any one confirm this about running a master node:

I have 2 wallets: wallet 1 have 150000 Coins. In wallet 1 i created MN1 receiving address and sent exactly 100000 coins to that address.

Now

In wallet 2, in config file (amsterdamcoin.conf) the below details are entered

Code:
rpcuser=user
rpcpassword=password@1
listen=1
port=50020
masternode=1
masternodeprivkey=87VxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxG2 (key generated in wallet 1 with command masternode genkey)

in masternode.conf file the below details are entered

Code:
MN1 xxx.xxx.xxx.xxx:50020 {key generated in wallet 1 with command masternode genkey} {Transaction ID from wallet 1 100000 coins sent to MN1} 0

Now I tried to start master node from wallet 2. But, it is giving error as "cannot allocate vin"

what might be the issue? am i doing it correct?

"Could not allocate vin" usually means that coins for this masternode are not in the wallet you trying to send start-alias command from. Make sure wallet is fully synced or masternode collateral is not exactly 100000 AMS. You must create a new transaction sending EXACTLY 100000 AMS to your masternode alias.
To see how to access Coin Control for details on your masternode collateral, visit Coin Control Options

maybe this can help you
https://solaris.helpsite.com/articles/24859-issues-with-masternodes
newbie
Activity: 18
Merit: 0
Can Any one confirm this about running a master node:

I have 2 wallets: wallet 1 have 150000 Coins. In wallet 1 i created MN1 receiving address and sent exactly 100000 coins to that address.

Now

In wallet 2, in config file (amsterdamcoin.conf) the below details are entered

Code:
rpcuser=user
rpcpassword=password@1
listen=1
port=50020
masternode=1
masternodeprivkey=87VxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxG2 (key generated in wallet 1 with command masternode genkey)

in masternode.conf file the below details are entered

Code:
MN1 xxx.xxx.xxx.xxx:50020 {key generated in wallet 1 with command masternode genkey} {Transaction ID from wallet 1 100000 coins sent to MN1} 0

Now I tried to start master node from wallet 2. But, it is giving error as "cannot allocate vin"

what might be the issue? am i doing it correct?
full member
Activity: 240
Merit: 100
What settings are needed in the file amsterdamcoin.conf?
Write:

listen=0
server=1
daemon=1
maxconnections=256
staking=1

, but a day has passed and stacking is not active?
PS wallet unlocked
coins need to be 24hours on the wallet before you can stake them
hero member
Activity: 1540
Merit: 502
@Kees

Did you happen to take a look at AmsterDex exchange? The listing is still free and the team will be adding more coins each week and I really think it could be a good exchange for AMS.

I also spoke with GTM to try and get AMS listed on their platform but because the price is so low its not worth them listing AMS but he said that they would in the future once the price start to rise and remains stable.

I concur.

me 2 Wink
Pages:
Jump to: